The echo command allows the user to print a string to the standard output. If no argument is given echo will only print a newline. This command can be used to display a message or, when coupled with the variable expansion operator `$', to see the value of a printable (either string or scalar) variable defined in the C-calculator.
echo string-list
echo Starting the fit echo $Mydir
cmode, $